home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / gamma-bros.swf / scripts / DefineButton2_3283 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2011-10-17  |  82 b   |  7 lines

  1. on(release){
  2.    if(!_root.intro.reconfig)
  3.    {
  4.       gotoAndStop(1);
  5.    }
  6. }
  7.